home *** CD-ROM | disk | FTP | other *** search
/ Wiebetech - Product Info & Manuals / Wiebetech - Our Best Ideas Store Yours - Product Information and Manuals.bin / Product manuals & drivers / TeraCards (PCI) / eSATA (PN 30300-0400-0000) / Mac firmware / FLASHROM.command next >
Text File  |  2010-03-25  |  265b  |  22 lines

  1. #!/bin/sh
  2. #
  3.  
  4. DIRNAME=`dirname "$0"`
  5. cd "$DIRNAME"
  6.  
  7. echo ""
  8. clear
  9.  
  10. echo ""
  11.  
  12. if [ `id -u` -ne 0 ]; then
  13. echo `basename "$0"` requires Administrator privileges.
  14. echo "When prompted, please enter your Administrator password at the prompt."
  15. fi
  16.  
  17. ./FlashTool
  18.  
  19. echo ""
  20.  
  21.